home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFADD / TFADD.txt
Text File  |  2006-04-19  |  3KB  |  175 lines

  1. object fAdd: TfAdd
  2.   Left = 345
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add To-Do Item'
  7.   ClientHeight = 244
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblText: TLabel
  21.     Left = 8
  22.     Top = 9
  23.     Width = 24
  24.     Height = 13
  25.     Caption = 'Text:'
  26.   end
  27.   object lblPriority: TLabel
  28.     Left = 8
  29.     Top = 109
  30.     Width = 34
  31.     Height = 13
  32.     Caption = '&Priority:'
  33.     FocusControl = edPriority
  34.   end
  35.   object lblOwner: TLabel
  36.     Left = 64
  37.     Top = 109
  38.     Width = 34
  39.     Height = 13
  40.     Caption = '&Owner:'
  41.     FocusControl = cmbOwner
  42.   end
  43.   object lblCategory: TLabel
  44.     Left = 224
  45.     Top = 109
  46.     Width = 45
  47.     Height = 13
  48.     Caption = '&Category:'
  49.     FocusControl = cmbCategory
  50.   end
  51.   object lblModule: TLabel
  52.     Left = 8
  53.     Top = 158
  54.     Width = 38
  55.     Height = 13
  56.     Caption = '&Module:'
  57.   end
  58.   object mmAction: TMemo
  59.     Left = 8
  60.     Top = 23
  61.     Width = 369
  62.     Height = 73
  63.     ScrollBars = ssBoth
  64.     TabOrder = 0
  65.   end
  66.   object udPriority: TUpDown
  67.     Left = 39
  68.     Top = 124
  69.     Width = 13
  70.     Height = 21
  71.     Associate = edPriority
  72.     Min = 0
  73.     Position = 0
  74.     TabOrder = 2
  75.     Wrap = False
  76.   end
  77.   object cmbOwner: TComboBox
  78.     Left = 64
  79.     Top = 124
  80.     Width = 153
  81.     Height = 21
  82.     ItemHeight = 13
  83.     TabOrder = 3
  84.   end
  85.   object cmbCategory: TComboBox
  86.     Left = 224
  87.     Top = 124
  88.     Width = 153
  89.     Height = 21
  90.     ItemHeight = 13
  91.     TabOrder = 4
  92.   end
  93.   object edPriority: TEdit
  94.     Left = 8
  95.     Top = 124
  96.     Width = 31
  97.     Height = 21
  98.     MaxLength = 2
  99.     TabOrder = 1
  100.     Text = '0'
  101.     OnKeyPress = edPriorityKeyPress
  102.   end
  103.   object chkDone: TCheckBox
  104.     Left = 8
  105.     Top = 211
  106.     Width = 129
  107.     Height = 17
  108.     Caption = '&Done'
  109.     TabOrder = 7
  110.   end
  111.   object cmbModule: TComboBox
  112.     Left = 8
  113.     Top = 173
  114.     Width = 337
  115.     Height = 21
  116.     ItemHeight = 13
  117.     TabOrder = 5
  118.   end
  119.   object BtnOk: TButton
  120.     Left = 146
  121.     Top = 213
  122.     Width = 72
  123.     Height = 22
  124.     HelpContext = 49
  125.     Default = True
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ModalResult = 1
  132.     ParentFont = False
  133.     TabOrder = 8
  134.   end
  135.   object BtnCancel: TButton
  136.     Left = 225
  137.     Top = 213
  138.     Width = 72
  139.     Height = 22
  140.     HelpContext = 44
  141.     Cancel = True
  142.     Font.Charset = DEFAULT_CHARSET
  143.     Font.Color = clBlack
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ModalResult = 2
  148.     ParentFont = False
  149.     TabOrder = 9
  150.   end
  151.   object BtnBrowse: TBitBtn
  152.     Left = 353
  153.     Top = 173
  154.     Width = 23
  155.     Height = 21
  156.     TabOrder = 6
  157.     OnClick = btnBrowseClick
  158.   end
  159.   object BtnHelp: TButton
  160.     Left = 305
  161.     Top = 213
  162.     Width = 72
  163.     Height = 22
  164.     HelpContext = 7
  165.     Font.Charset = DEFAULT_CHARSET
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 10
  172.     OnClick = BtnHelpClick
  173.   end
  174. end
  175.